home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Communications / Internet / TurboTCP 2.1 ƒ / **README first** next >
Encoding:
Text File  |  1995-01-21  |  2.0 KB  |  51 lines  |  [TEXT/R*ch]

  1. *** README for TurboTCP 2.1a1 release ***
  2.  
  3. This version of TurboTCP is now compatible with both the TCL and PowerPlant.
  4. I have not updated the documentation from the 2.0 release (TCL-only).
  5. This file describes the essential differences.
  6.  
  7. WARNING: This is alpha software. I have done *very little* testing of this
  8. library and you are likely to find bugs in it. If you do, please let me know.
  9.  
  10.  
  11. *** All users please read: ***
  12.  
  13. Despite my affiliation with Metrowerks, Inc., this is *not* a Metrowerks
  14. product. Please contact me directly with any bug reports or feedback regarding
  15. the library. I prefer e-mail (scouten@uiuc.edu or scouten@metrowerks.com are
  16. equivalent). If e-mail is not available to you, other addresses can be found
  17. in the full README file.
  18.  
  19.  
  20. *** TCL users please read: ***
  21.  
  22. I threw this together to make the library at least minimally compatible
  23. with PowerPlant. If you're using the TCL, I suggest you use TurboTCP
  24. version 2.0.1; no major features have been added and 2.0.1 has been
  25. tested far more rigorously than this version.
  26.  
  27.  
  28. *** PowerPlant users please read: ***
  29.  
  30. PowerPlant users will find the library essentially similar to that described
  31. for TCL. A couple of important differences:
  32.  
  33.  * The helper classes have slightly different inheritance paths.
  34.    CTCPSessionDocPP multiple-inherits from LSingleDoc and CTCPEndpoint...
  35.    nothing too unusual here. The CTCPApplicationPP is a bit different:
  36.    It does not inherit from either LApplication or LDocApplication; instead
  37.    it is an LAttachment subclass which is designed to be attached to
  38.    either application class. It attaches to the event loop to process
  39.    network events.
  40.    
  41.    If these inheritance paths don't suit your preferences or needs, remember
  42.    that these are optional classes. Build your own and use these for models.
  43.  
  44.  * The code for the PowerPlant version of MiniTelnet is REALLY messy.
  45.    I apologize for this. When time permits, I will clean it up and release
  46.    a new version.
  47.  
  48.  
  49. Thanks... and enjoy. We now return you to your regularly scheduled
  50. README document. :-)
  51.